home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / ChipCD 6.02.iso / software / ccallcenter / acc.exe / %MAINDIR% / acc.chm / shared / coua.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-05-06  |  7.9 KB  |  308 lines

  1. /* Style sheet optimized for IE4x - Last updated 2/9/99 */
  2.  
  3. body            { color: #000000;
  4.         margin-top: -.5em;
  5.         background: #FFFFFF;      
  6.         font-size: 70%;            
  7.         font-family: Verdana, Arial, Helvetica, Sans Serif }
  8.  
  9. .left        { text-align: left; }
  10.  
  11. a:link, a:visited     { color: "#0000FF"; text-decoration:"underline";}
  12.  
  13. a:active, a:hover     { color: "#FF0000";  cursor:hand; text-decoration:"underline";}
  14.  
  15. h1
  16.         { font-size: 125%; 
  17.         margin-bottom:" .5em"; clear:both; }
  18.  
  19. h2
  20.         { font-size: 110%;  
  21.         margin-top: 1.5em;
  22.         margin-bottom:" .5em"; clear:both; }
  23.  
  24. h3
  25.         { font-size: 100%; 
  26.         margin-top: 1.2em;  
  27.         margin-bottom: ".5em"; clear:both; }
  28.  
  29. h4
  30.         { font-size: 100%; 
  31.         margin-top: "1.2em";  
  32.         margin-bottom: ".5em"; clear:both; }
  33.  
  34. h5
  35.         { font-size: 100%; 
  36.         margin-top: "1.2em";  
  37.         margin-bottom: ".5em"; clear:both; }
  38.  
  39. p
  40.         { margin-top:" .6em"; 
  41.         margin-bottom: ".6em";
  42.         text-align:justify; }
  43.             
  44. ol
  45.         { margin-top: ".5em"; 
  46.         margin-bottom: 0; 
  47.         margin-left: "2.1em"; 
  48.         padding-left: "0em"; }
  49.     
  50. ul
  51.         { margin-top: ".6em";     
  52.         margin-bottom: 0;
  53.         list-style-type: disc;
  54.         margin-left: "1.5em";
  55.         padding-left: "0em"; }
  56.         
  57. li
  58.         { margin-bottom: ".7em"; clear:both; text-align:justify; }
  59.  
  60. dd
  61.         { margin-bottom: 0; 
  62.         margin-left: "1.5em"; } 
  63.  
  64. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  65. /* Keywords, functions, and anything else the user must enter exactly as shown are bold--add "font-weight: bold;" to the dt tag */
  66. /* Variables, book titles, and placeholders the user must provide are italic--add "font-style: italic;" to the dt tag */
  67. /* pre-defined arguments are bold and italic--add "font-weight: bold;" and "font-style: italic;" to the dt tag */
  68.  
  69. table.main{                                    
  70.     font-family: Verdana, Arial, Helvetica, MS Sans Serif;            
  71.     background-color: #FFFFFF;                        
  72.     margin-top: 0em;                             
  73.     margin-bottom: 0em;
  74.     margin-left: -.8em;                    
  75.     padding-left: 0em;                            
  76.     padding-right: 0em; 
  77.     }
  78.  
  79. dt
  80.         { margin-top: "2em"; }
  81.  
  82. pre
  83.         { margin-top: "1.2em";
  84.         background: #EEEEEE;
  85.         margin-bottom: "1.5em"; }
  86.  
  87. code
  88.         { font-family: Courier New; 
  89.         font-size: 125% }
  90.  
  91. table
  92.         { font-size: 100%;
  93.         margin-top: "1em"; 
  94.         margin-bottom: "1em"; 
  95.         cellpadding: "0.5em"; }
  96.         
  97. th
  98.         { text-align: left;
  99.         background: #DDDDDD;
  100.         vertical-align: bottom;}
  101.         
  102. tr
  103.         { vertical-align: top; }
  104.  
  105. td
  106.         { background: #EEEEEE;
  107.         vertical-align: top; }
  108.  
  109.  
  110. /****      extended class styles ************************/
  111. /*                                           */
  112. /* add comment tags to disable the style         */
  113.  
  114. p.indent        { margin-left: "2em"; }       /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
  115.  
  116. p.indent2        { margin-left: "3.5em"; }   /* this class style is used to indent text a second level under the first  indent */
  117.         
  118. p.proclabel    { font-size: 100%;     
  119.         font-weight: bold; clear: both; }
  120.  
  121. /**************************************************************************************************************/
  122. /* these class styles are used for the expanding and collapsing text files (expand function in shared.js)  */
  123.  
  124. #expand             {margin-bottom: "0.6em";}
  125.  
  126. a:link.expandToggle, a:visited.expandToggle     {color:"#000000"; font-weight: bold;  text-decoration:none;}
  127.  
  128. a:hover.expandToggle, a:active.expandToggle     {color:"#0000FF";}
  129.  
  130. img.expand         { border: none; width:".8em"; margin-right:"0.5em";}
  131.         
  132. div.expand        { margin-left: "1.5em"; margin-bottom: "1em"; display:none }
  133.  
  134.  
  135. p.empty            { font-weight: bold; }
  136.  
  137. span.empty        { font-weight: bold; margin-bottom: 12; margin-left: 16 }
  138.  
  139. /*******************************************/
  140. /*  these classes are for thumbnail art      */
  141.  
  142. a:link img.thumbnail        {border-color: "#0000FF";}
  143.  
  144. a:active img.thumbnail    { border-color: "#FF0000";}
  145.  
  146. a:hover img.thumbnail    {border-color: "#FF0000";}
  147.  
  148. img.thumbnail        {vertical-align: top; margin-left: 0;
  149.              width:90; border-width:1;}
  150.          
  151. div.thumbnail        {float:left; width: 105;}
  152.         
  153.  
  154. /*********************************************/                
  155. /* this class style is used for the navigation tree in MMC */
  156.         
  157. p.navTree        { margin-top:" .2em"; }
  158.  
  159. ul.navTree     {list-style-image: url(MS-ITS:ntshared.chm::/elle.gif);
  160.          list-style-type: none; margin-left:"2em"; }
  161.  
  162. li.branch        { margin-top:" -.5em"; margin-bottom: ".6em"; }
  163.  
  164. a.where            {}    /* use for the expand <a> tag 
  165.  
  166. /***************************************************************/
  167. /* these class styles are used for <span> tags  simulating buttons & their div */
  168.  
  169. .button        { border-top-color: "#000000";
  170.           border-left-color: "#000000";
  171.           border-bottom-color: "#666666";
  172.           border-right-color: "#666666";
  173.           background-color: "#dddddd";
  174.         }
  175. .push        { border-top-color: "#666666";
  176.           border-left-color: "#666666";
  177.           border-bottom-color: "#000000";
  178.           border-right-color: "#000000";
  179.           background-color: "#FFFFFF";
  180.         }
  181.  
  182. #buttonDiv    { padding: 0.5em 0.3em 0.1em 0.3em;
  183.           border-bottom: thin groove #808080;
  184.           background: "#C0C0C0";
  185.           align:top;
  186.           }
  187. /************************************************/
  188. /* class styles reserved for mouseover/mouseout DHTML   */
  189.  
  190. .cold        {}
  191. .hot        {}
  192.  
  193. /**********************************************************************/
  194. /* ID styles reserved for <a> tags  calling OCX's within HTML Help by creating  OBJECTS */
  195.  
  196.  
  197. #wPopup        {}
  198.  
  199. a:link#wPopup        {color: "#006600";}
  200. a:hover#wPopup        {color: "#FF0000";}
  201. a:active#wPopup        {color: "#FF0000";}
  202. a:visited#wPopup        {color: "#006600";}
  203.  
  204. img.popup     {border: none; margin-right: "0.5em"; vertical-align:middle;}
  205.  
  206. #shortcut        {}
  207.  
  208. img.shortcut     {border: none; margin-right: "0.5em"; vertical-align:middle;}
  209.  
  210. #specLoc        {}
  211.  
  212. #relTopics        {}
  213.  
  214. p.relTopics img     {vertical-align:top;}     /* img is class=alert */
  215.  
  216. #altLoc        {}
  217.  
  218. p.note,p.tip, p.important, p.caution, p.warning 
  219.         { font-weight:bold; clear:both;
  220.          margin-top:"1em"; 
  221.          margin-bottom:"-.25em"; }    
  222.  
  223. img.alert        {border:none;}          /* for icon images - note, tip, important, caution, warning*/
  224.  
  225.  
  226. /***********************************/
  227. /*   Style for print only functionality used with external URL link   coUA_print.css*/
  228.  
  229. span.printOnly    {display:none }
  230.  
  231. /***********************************/
  232. /*   Styles for checklists   */
  233.  
  234. .userData         {behavior:url(#default#userdata); }  /*sets persistance*/
  235.  
  236. #checklist        {width:100%;  text-align:left; margin:"0.3em 0em";}
  237.  
  238. #checklist li     {text-indent:"0.2em";}
  239.  
  240. /*********************************/                
  241. /*  these classes are for previous next navigation     */
  242.  
  243. a:hover.navbar, a:active.navbar        {} /* text in nav */
  244. a:link.navbar, a:visited.navbar        {}
  245.               
  246. #nav    { left:0; top:0px;
  247.       text-align:left; 
  248.       margin:0; 
  249.       position:absolute;
  250.       padding-bottom: 1px; padding-top: 3px;
  251.       padding-right:6px; padding-left:5px;
  252.       align:top;
  253.       visibility:hidden;
  254.       z-index:1;  }
  255.  
  256. #text    { left:0; top:0px;
  257.        text-align:left;
  258.        margin:0; 
  259.        position:absolute;
  260.        padding:10px;
  261.        overflow:auto;
  262.        height:100%;
  263.        z-index:1; 
  264.                 background-repeat:no-repeat;
  265.        background-position: bottom right;
  266.        background-attachment:fixed; }
  267.  
  268.  
  269. /***************************************************/
  270. /* STYLES USED IN THE WEB DELIVERABLE ONLY  */
  271.  
  272.  
  273. /***********************************/
  274. /*   links   */
  275.  
  276. #wPopupWeb    {}
  277.  
  278. a:link#wPopupWeb            {color: "#006600";}
  279. a:hover#wPopupWeb        {color: "#FF0000";}
  280. a:active#wPopupWeb        {color: "#FF0000";}
  281. a:visited#wPopupWeb        {color: "#006600";}
  282.  
  283. #shortcutWeb    {}
  284.  
  285. #specLocWeb    {}
  286.  
  287. #relTopicsWeb    {}
  288.  
  289. #altLocWeb    {}
  290.  
  291.  
  292. /***********************************/
  293. /*   popups   */
  294.  
  295. div.popup        { visibility:hidden; z-index:3;
  296.                  position:absolute; 
  297.                  top:200; left:200; 
  298.                  width:"250"; padding:"6px"; 
  299.                  background-color:#FFFFCC;
  300.                  border-style: solid;
  301.                  border-width: 1;
  302.                  border-color: #666666;
  303.                                       }
  304.  
  305.  
  306.  
  307.               
  308.